home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / EGGPOP.ZIP / egg1.txt next >
Text File  |  1997-03-18  |  3KB  |  97 lines

  1. Eggdrop Stuff╖
  2. .Echo Off:/say .echo off
  3. .-
  4. .Isolate PL:/say .set isolate 1
  5. .-
  6. .Merge PL:/say .set isolate 0
  7. .-
  8. .Help
  9. ..Help:/say .help
  10. .-
  11. .Console
  12. ..#channel1:/say .con #channel1 +mjpkc
  13. ..#channel2:/say .con #channel2 +mjpkc
  14. ..#channel3:/say .con #channel3 +mjpkc
  15. ..#channel4:/say .con #channel4 +mjpkc
  16. ..Other Channel:/say .con $$?="Enter channel:" +mjkpc
  17. .-
  18. .List Users
  19. ..Who:/say .who
  20. ..Whom:/say .whom
  21. ..Whois:/.say .whois $$?="Enter User Nick:"
  22. ..Match ?:/say .match $$?="Enter flag to match:"
  23. ..Channel:/say .channel
  24. ..On linked bot:/say .who $$?="Enter Nick Of Linked Bot:"
  25. ..Operators On Bot:/say .match +o
  26. ..Masters On Bot:/say .match +m
  27. ..Bots:/say .bots
  28. ..Bot Tree:/say .bottree
  29. .-
  30. .Channel Controls
  31. ..Kick:/say .kick $?="Enter Hostmask to Kick:"
  32. ..Kick/Ban:/say .kickban $?="Enter Hostmask to Kick/Ban:"
  33. ..Op:/say .op $?="Enter nick to op:"
  34. ..De-Op:/say .deop $?="Enter nick to deop:"
  35. ..-
  36. ..Bans
  37. ...View Current Console Banlist:/say .bans
  38. ...View Complete Console Banlist:/say .bans all
  39. ...-
  40. ...Reset BanList:/say .resetbans
  41. ...-
  42. ...Add PermBan:/say .+ban $?="Enter Hostmask to Ban:"
  43. ...Remove PermBan:/say .-ban $?="Enter Ban Number to Remove:"
  44. .-
  45. .Private bot channels
  46. ..Join:/say .chat $$?="Enter the channel number to join:"
  47. ..Return To Party Line:/say .chat 0
  48. .-
  49. .Notes
  50. ..Write:/say .note $$?="Enter nick:" $$?="Enter your note:"
  51. ..Read
  52. ...Read One:/say .notes read $$?="Enter the number of the note you wish to read:"
  53. ...Read All:/say .notes read
  54. ..Erase
  55. ...Erase One:/say .notes erase $$?="Enter the number of the note you wish to erase:"
  56. ...Erase All:/say .notes erase
  57. ..Index:/say .note index
  58. ..Banner:/say .Banner $$?="Message To Send:"
  59. .-
  60. .Chattr
  61. ..Add user:/say .adduser $$?="Enter User nick:"
  62. ..Check user:/say .whois $$?="Enter User nick:"
  63. ..Chattr +o:/say .chattr $$?="Enter User nick:" +o
  64. ..Chattr -o:/say .chattr $$?="Enter User nick:" -o
  65. ..Chattr +f:/say .chattr $$?="Enter User nick:" +f
  66. ..Chattr -f:/say .chattr $$?="Enter User nick:" -f
  67. ..Chattr +p:/say .chattr $$?="Enter User nick:" +p
  68. ..Chattr -p:/say .chattr $$?="Enter User nick:" -p
  69. ..Chattr +d:/say .chattr $$?="Enter User nick:" +d
  70. ..Chattr -d:/say .chattr $$?="Enter User nick:" -d
  71. ..Chattr +m:/say .chattr $$?="Enter User nick:" +m
  72. ..Chattr -m:/say .chattr $$?="Enter User nick:" -m
  73. ..Chattr +n:/say .chattr $$?="Enter User nick:" +n
  74. ..Chattr -n:/say .chattr $$?="Enter User nick:" -n
  75. ..Save:/say .save
  76. ..Rehash:/say .rehash
  77. .-
  78. .Password stuff
  79. ..Change Users Password:/say .chpass $$?="Enter Nick:" $$?="enter new password:"
  80. ..Add hostmask:/say .+host $$?="Enter Nick:" $$?="enter new hostmask:"
  81. ..Find users with no pass:/say .checkpass
  82. .-
  83. .FileServer
  84. ..Initiate FileServer:/say .files
  85. ..Close FileServer:/say quit
  86. ..-
  87. ..List Files:/say ls
  88. ..Get File:/say get $$?="Type Filename To Get:" $me
  89. .-
  90. .Change yer info:/say .info $?="Enter an info line (type 'none' for no info line):"
  91. .-
  92. .Save:/say .save
  93. .Rehash:/say .rehash
  94. .Jump Servers:/say .jump $$?="Enter server to jump to:"
  95. .Close Eggdrop Session:/say .quit
  96. .Kill Bot:/say .die
  97.